home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5623 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: dax.cc.uakron.edu!r3cjs
  2. From: r3cjs@dax.cc.uakron.edu (Chris J Sorg)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Help with parallel port programming...
  5. Date: 17 Mar 1996 20:54:28 GMT
  6. Organization: The University of Akron, Akron, Ohio
  7. Distribution: world
  8. Message-ID: <4ihu64$1s5@kira.cc.uakron.edu>
  9. NNTP-Posting-Host: dax.cc.uakron.edu
  10.  
  11.     I am attempting to read and write data to the parallel.device in order 
  12. to communicate with an interface I built. I know that the parallel port on
  13. my Amiga 1000 works. The interface is not yet connected as I am still writing 
  14. the interface software in assembly.
  15.  
  16. Here is my problem:
  17.     I have successfully opened the parallel device and have managed to 
  18. send it Read and Write commands through the IOExtPar structure. By using a 
  19. program called TDebug, I have monitored the parallel.device and know that the 
  20. commands are reaching the device. However, I do not seem to be transmitting or
  21. receiving any actual data through the parallel port. Is there anyone who can 
  22. tell me what I am doing wrong? Do I have to access the hardware addresses to
  23. do this sort of thing?
  24.  
  25.     Anything helpful would be appreciated.
  26.  
  27.                 Christopher J.
  28.